home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part2
/
cat1
/
trace.1
< prev
Wrap
Text File
|
1999-09-16
|
356b
|
67 lines
trace(2) Scilab Function trace(2)
NAME
trace - trace
CALLING SEQUENCE
trace(X)
PARAMETERS
X : real or complex square matrix, polynomial or rational matrix.
DESCRIPTION
trace(X) is the trace of the matrix X.
Same as sum(diag(X)).
SEE ALSO
det